Add GtkTooltipWindow private sub-class
authorEmmanuele Bassi <ebassi@gnome.org>
Sun, 8 Nov 2015 15:46:23 +0000 (15:46 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 10 Nov 2015 13:23:18 +0000 (13:23 +0000)
commita846fd586db4256b748edcae149bf55fc2d9fbd2
tree950f981a21e2f0e88bef047236e27b713e27a143
parentc2d0aa785154ebdb68aa34e3a7b410118ffaf97c
Add GtkTooltipWindow private sub-class

GtkTooltip does a lot of set up on the GtkWindow it uses internally. We
should move that code to a separate class to keep it contained.
gtk/Makefile.am
gtk/gtktooltip.c
gtk/gtktooltipwindow.c [new file with mode: 0644]
gtk/gtktooltipwindowprivate.h [new file with mode: 0644]